@charset "UTF-8";
#header {
    width: 100%;
    height: 900px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.swiper1-cont {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.swiper1-pagin {
    bottom: 60px !important;
    display: flex;
    justify-content: flex-start;
    position: initial;
    align-items: center;
}

.swiper1-pagin .swiper-pagination-bullet {
    background-color: #556879;
    width: 131px;
    height: 3px;
    border-radius: 0px;
    opacity: .33;
    margin-right: 10px;
}

.swiper1-pagin .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.swiper1-pagin .swiper-pagination-bullet-active {
    opacity: 1;
    position: relative;
}

.swiper1-pagin .swiper-pagination-bullet-active:before {
    content: "";
    /*width: 84px;*/
    width: 0;
    height: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #297dd3;
    animation: swiper1Pagin 4s linear both;
}
@keyframes swiper1Pagin {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
.swiper1-cont .swiper-slide > div {
    width: 100%;
    max-height: 900px;
    min-height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1-cont .swiper-slide > div > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 900px;
    min-height: 800px;
    display: block;
    object-fit: cover;
}

.swiper1-pagin_box {
    width: 1400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

/*
* @author:Mr.Zhu
* @title:校园新闻及通知公告
* @date:2022/3/14 14:09
*/
.newsNotice {
    width: 100%;
    height: 621px;
    background: url("../images/news-bg.png") no-repeat left top;
    display: flex;
    justify-content: center;
}

.newsNotice-layout {
    width: 1400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 50px;
}

.newsNotice-left {
    width: 843px;
    height: auto;
}

.newsHeadlines {
    border-bottom: 1px dotted #BFBFBF;
    box-sizing: border-box;
    width: 100%;
}

.newsHeadlines h3 {
    font-size: 18px;
    color: #252424;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin-top: 30px;
}

.newsHeadlines p {
    font-size: 14px;
    color: #6A6A6A;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-top: 15px;
}

.newsHeadlines span {
    font-size: 14px;
    color: #A0A0A0;
    line-height: 24px;
    display: inline-block;
    margin: 8px 0;
}

.news-right {
    width: calc(100% - 392px);
    height: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

.news-right li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news-right li a {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
}

.news-right li a:before {
    content: "";
    width: 2px;
    height: 7px;
    background-color: RGBA(190, 191, 191, 1);
    display: inline-block;
    left: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-right p {
    font-size: 16px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.news-right span {
    font-size: 14px;
    color: #BCBCBC;
}

.news-layout {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}

.news-left {
    width: 392px;
    height: auto;
}

.newsSwiper a {
    width: 100%;
    height: 100%;
}

.newsSwiper a img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 255px;
}

.newsSwiper a p {
    font-size: 16px;
    color: #262626;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

.newsNotice-right {
    width: 499px;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
}

.notice-tit {
    padding: 0 22px;
}

.notice-tit h4:before {
    display: none;
}

.notice-tit h4:after {
    content: "NOTICE";
    left: 0px;
}

.notice-list {
    width: 100%;
    height: auto;
}

.notice-list a {
    width: 100%;
    height: auto;
    display: flex;
    line-height: 42px;
}

.notice-list p {
    font-size: 14px;
    color: #575656;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% - 100px);
    box-sizing: border-box;
    padding-left: 12px;
}

.notice-list span {
    font-size: 14px;
    color: #CACACA;
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
}

.notice-list span:after {
    content: "";
    width: 1px;
    height: 23px;
    display: inline-block;
    position: absolute;
    background-color: #EAEAEA;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.notice-list li:first-child p, .notice-list li:nth-child(4) p, .notice-list li:nth-child(7) p {
    color: #1B1B1B;
    font-weight: bold;
}

.notice-list {
    width: 100%;
    height: auto;
    position: relative;
}

.notice-list li:nth-child(3n):after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    border-bottom: 1px dotted #BFBFBF;
    margin: 20px 0;
}

.notice-list li:last-child:after {
    display: none;
}

.newsSwiper-pagin {
    bottom: 64px !important;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 15px;
}

.newsSwiper-pagin .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: 1;
    background-color: #F2EAE9;
}

.newsSwiper-pagin .swiper-pagination-bullet-active {
    background-color: #9F2220;
}

/*end*/

/*
* @author:Mr.Zhu
* @title:专题专栏
* @date:2022/3/14 16:01
*/
.special {
    width: 100%;
    height: auto;
    text-align: center;
}

.special-tit {
    width: 1400px;
    margin: 0 auto;
}

.special-cont {
    max-width: 1400px;
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 0 64px;
    background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
}

.specialSwiper a {
    width: 100%;
    height: 100%;
}

.specialSwiper a img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

.special-pagin {
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
}

.special-tit h4:after {
    content: "special";
    text-align: left;
}

.special-pagin .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    background-color: #E1E1E1;
    border-radius: inherit;
    opacity: 1;
    margin-right: 15px;
}

.special-pagin .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.special-pagin .swiper-pagination-bullet-active {
    width: 49px;
    background-color: #297DD3;
}
.CollegeDirect1-prev, .CollegeDirect1-next {
    position: absolute;
    top: 46%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.CollegeDirect1-prev{
	background: url(../images/ztzl-prev.png) left no-repeat;
	left: -50px;
}
.CollegeDirect1-prev:hover{
	background: url(../images/ztzl-prev-hover.png) left no-repeat;
}
.CollegeDirect1-next{
	background: url(../images/ztzl-next.png) left no-repeat;
	right: -50px;
}
.CollegeDirect1-next:hover{
	background: url(../images/ztzl-next-hover.png) left no-repeat;
}

/*end*/
.list-wrap {
    width: 100%;
    height: auto;
    padding: 48px 0 64px;
    display: flex;
    justify-content: center;
    background: url("../images/list-wrap_bg.png") no-repeat center center;
    background-size: cover;
}

.infor-list {
    width: 1400px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infor-list > li {
    width: 313px;
    height: 387px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in-out 0s;
}

.infor-list > li:hover {
    height: 407px;
}

.infor-list > li:hover > img {
    height: 147px;
}

.infor-list > li > img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 126px;
    max-width: 100%;
    transition: all .3s ease-in-out 0s;
}

.item-tit {
    display: flex;
    height: 70px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 25px 0;
}

.infor-list > li:hover .item-tit * {
    color: #297DD3;
}

.item-tit h4 {
    font-size: 24px;
    color: #212121;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.item-tit h4:after {
    content: "";
    width: 45px;
    height: 1px;
    display: inline-block;
    position: absolute;
    background-color: #212121;
    left: 0px;
    bottom: 0px;
}

.infor-list > li:hover .item-tit h4:after {
    background-color: #297DD3;
}

.item-tit a {
    font-size: 12px;
    color: #DEDDDD;
}

.infor-list p {
    font-size: 14px;
    color: #9A9A9A;
    line-height: 24px;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
}

.item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 10px;
}

.item-list li {
    margin-right: 13px;
}

.item-list a {
    font-size: 14px;
    color: #297DD3;
    line-height: 30px;
}

/*
* @author:Mr.Zhu
* @title:快捷链接
* @date:2022/3/14 17:02
*/
.kjlj-list {
    width: 1400px;
    height: auto;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.kjlj-list > li {
    width: calc(90% / 5);
    height: 136px;
    background-color: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in-out 0s;
	border-radius: 10px;
	margin: 10px 0px;
	
}
.kjlj-list > li a{
	display: block;
}
.kjlj-list > li p{
	font-size: 18px;
	font-weight: bold;
	color: #297dd3;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
}
.kjlj-list > li:hover {
    background-color: #297dd3;
}
.kjlj-list > li:hover p{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.kjlj-item-tit {
    display: flex;
    height: 50px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 25px 0;
	margin-top: 20px;
}
.kjlj-item-tit.icon1{
	background: url(../images/kjlj-icon1.png) center no-repeat;
}
.kjlj-item-tit.icon2{
	background: url(../images/kjlj-icon2.png) center no-repeat;
}
.kjlj-item-tit.icon3{
	background: url(../images/kjlj-icon3.png) center no-repeat;
}
.kjlj-item-tit.icon4{
	background: url(../images/kjlj-icon4.png) center no-repeat;
}
.kjlj-item-tit.icon5{
	background: url(../images/kjlj-icon5.png) center no-repeat;
}
.kjlj-item-tit.icon6{
	background: url(../images/kjlj-icon6.png) center no-repeat;
}
.kjlj-item-tit.icon7{
	background: url(../images/kjlj-icon7.png) center no-repeat;
}
.kjlj-item-tit.icon8{
	background: url(../images/kjlj-icon8.png) center no-repeat;
}
.kjlj-item-tit.icon9{
	background: url(../images/kjlj-icon9.png) center no-repeat;
}
.kjlj-item-tit.icon10{
	background: url(../images/kjlj-icon10.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon1{
	background: url(../images/kjlj-icon1-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon2{
	background: url(../images/kjlj-icon2-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon3{
	background: url(../images/kjlj-icon3-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon4{
	background: url(../images/kjlj-icon4-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon5{
	background: url(../images/kjlj-icon5-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon6{
	background: url(../images/kjlj-icon6-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon7{
	background: url(../images/kjlj-icon7-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon8{
	background: url(../images/kjlj-icon8-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon9{
	background: url(../images/kjlj-icon9-hover.png) center no-repeat;
}
.kjlj-list > li:hover .kjlj-item-tit.icon10{
	background: url(../images/kjlj-icon10-hover.png) center no-repeat;
}

/*
* @author:Mr.Zhu
* @title:校园直通车
* @date:2022/3/14 17:02
*/
.College-direct {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

.CollegeDirect-layout {
    width: 1400px;
    height: auto;

}

.CollegeDirect-tit {
    justify-content: center;
}
.CollegeDirect-tit h4{
    width: 100%;
    text-align: center;
}
.CollegeDirect-tit h4:before {
    left: 47%;
    transform: translateX(-54%);
}

.CollegeDirect-tit h4:after {
    content: "through";
    text-align: center;
    width: 100%;
}

.CollegeDirect-swiper a {
    width: 100%;
    height: 175px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #297DD3;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease-in-out 0s;
}
.CollegeDirect-swiper a:hover{
    box-shadow: 1px 1px 12px 0 rgba(41, 5, 1, 0.22);
}
.CollegeDirect-cont {
    padding: 52px 0 75px;
    box-sizing: border-box;
    position: relative;
}

.CollegeDirect-subtit {
    width: 100%;
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #297DD3;
}

.CollegeDirect-subtit h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.CollegeDirect-text {
    width: 100%;
    height: calc(100% - 65px);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
}

.CollegeDirect-text p {
    font-size: 14px;
    color: #959595;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
	width: 100%;
}
.CollegeDirect-text > div{
    font-size: 14px;
    display: flex;
    color: #297DD3;
    align-items: center;
    margin-top: 15px;
}
.CollegeDirect-text > div i.icon-lianjie{
    font-size: 20px;
    color: #297DD3;
    display: inline-block;
    margin-right: 3px;
}
.CollegeDirect-swiper a:hover i.iconfont {
    color: #297DD3;
}

.CollegeDirect-prev {
    left: -60px;
    background-image: url("../images/prve_left.svg");
}

.CollegeDirect-next {
    right: -60px;
    background-image: url("../images/next_right.svg");
}
.ztzlMore{
    position: absolute !important;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
/*end*/
.slogan {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.slogan img {
    max-width: 100%;
}

@media screen and (max-width: 1700px) {
    #header {
        max-height: 800px;
    }

    .CollegeDirect-next {
        right: 10px;
    }

    .CollegeDirect-prev {
        left: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .swiper1-pagin_box, .CollegeDirect-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .newsNotice-layout, .infor-list, .special-tit {
        width: 100%;
    }

    .infor-list {
        box-sizing: border-box;
        padding: 0 10px;
    }
	.kjlj-list {
	    box-sizing: border-box;
	    padding: 0 10px;
	}

    .newsNotice-left {
        width: calc(100% - 520px);
    }

    .infor-list > li {
        width: calc(95% / 4);
    }
	.CollegeDirect1-prev{
		left: 0px;
	}
	.CollegeDirect1-next{
		right: 0px;
	}
}

@media screen and (max-width: 1200px) {
    .newsNotice {
        height: auto;
    }

    .newsNotice-layout {
        flex-direction: column;
    }

    .newsNotice-left, .newsNotice-right {
        width: 100%;
    }
	.newsHeadlines{width: 100%;}

    .newsNotice-right {
        margin-top: 20px;
    }

    .swiper1-pagin .swiper-pagination-bullet {
        width: 65px;
    }

    .swiper1-pagin .swiper-pagination-bullet-active {
        width: 65px;
    }

    .swiper1-pagin .swiper-pagination-bullet-active:before {
        width: 42px;
    }
    .notice-tit{
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .swiper1-pagin_box {
        flex-direction: column;
        padding: 0px;
    }
    .header-search {
        width: 100%;
    }
    .swiper1-pagin {
        margin-bottom: 33px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .news-layout {
        flex-direction: column;
    }
    .newsNotice {
        background: #FFFFFF;
    }
    .news-left {
        width: 100%;
    }
    .newsSwiper a img {
        max-height: 460px;
        min-height: 460px;
    }
    .news-right {
        width: 100%;
        padding-left: 0px;
    }
    .newsSwiper a p {
        margin-top: 10px;
    }
    .newsSwiper-pagin {
        bottom: 80px !important;
    }
    .infor-list {
        flex-wrap: wrap;
    }
    .infor-list > li {
        width: calc(97% / 2);
        margin-top: 18px;
    }

    .newsHeadlines h3, .newsSwiper a p, .news-right p, .notice-list p {
        font-size: 24px;
    }

    .notice-list p {
        width: calc(100% - 120px);
    }

    .newsHeadlines p, .news-right span, .item-list a {
        font-size: 18px;
    }

    .notice-list span {
        font-size: 20px;
        width: 120px;
    }

    .item-tit a {
        font-size: 20px;
    }

    .news-right {
        margin-top: 15px;
    }

    .notice-list {
        box-sizing: border-box;
        padding-bottom: 35px;
    }

    .item-tit h4 {
        font-size: 30px;
    }

    .CollegeDirect-subtit h4 {
        font-size: 30px;
    }

    .infor-list p, .CollegeDirect-text p {
        font-size: 16px;
    }
}